Objects Reference

flydllgroup::add_class

Prototype

bsp_object *add_class(char *name)

Parameters

Parameter Type Description
name char * object class name to create an instance

Return Value

Returns an instance of the class with the specified name.

Remarks

This function is used only by the flyEditor and creates a new object from a plug-in dll by just specifying the class name.